/status/app/proxy/realServer//serviceTcp

The nodes below this one perform the functions described in this function overview.

Use

Use to view information about the real server’s TCP settings.

View the service type for the real server in the [serviceType](https://docs.li neratesystems.com/093Release_2.5/250REST_API_Reference_Guide/status/app/proxy/ realServer/%3Cname%3E/serviceType) node.

Parameters

name: Name of real server

Data Type

subtree

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/proxy/realServer/rs1/serviceTcp

GET Response

{"/status/app/proxy/realServer/rs1/serviceTcp": {"data": None,
                                                 "default": False,
                                                 "defaultAllowed": False,
                                                 "deleteAllowed": False,
                                                 "numChildren": 1,
                                                 "type": "subtree"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/app/proxy/realServer/rs1/serviceTcp"}

GET (list children)

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/proxy/real Server/rs1/serviceTcp?op=list

GET Response

{"/status/app/proxy/realServer/rs1/serviceTcp": 
        {"children": {"/status/app/proxy/realServer/rs1/serviceTcp/dataIdleTimeout": 
                {"default": False,
                 "defaultAllowed": False,
                 "deleteAllowed": False,
                 "numChildren": 1,
                 "type": "double"}},
             "default": False,
             "defaultAllowed": False,
             "deleteAllowed": False,
             "numChildren": 1,
             "type": "subtree"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/app/proxy/realServer/rs1/serviceTcp"}

GET (recursively list children)

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/proxy/real Server/rs1/serviceTcp?level=recurse

  1. /status/app/proxy/realServer//serviceTcp 1. Parameters
    1. Data Type 2. Request Methods 3. Related 4. Examples